@charset "utf-8";
*{
	box-sizing: border-box;
}
body,h1,h2,h3,h4,h5,h6,p,pre,blockquote,dl,dt,dd,ul,ol,li,form,fieldset,legend,input,textarea,button,th,td {margin:0;padding:0;font-weight:400;}
h1,h2,h3,h4,h4,h5 {margin:0;padding:0;}
li {list-style-type: none;}
.fl {
	FLOAT: left; _display: inline
}
.fr {
	FLOAT: right; _display: inline
}
body{
	padding:0;
	font-size:12px;
	color:#333;
	background-color:#F8F8F8;
	margin: 0px;
	font-family:"Microsoft YaHei UI Light" ;
}
a{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #76161B;
}
.clear{
	clear: both;
}
.mt50{
	margin-top:50px;
}
.mt10{
	margin-top: 10px;
}
.wrapper {
	float: none;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.bgw{
	background-color: white;
}
.topc{
	background-color: #07271A;	
}
.topmenu{
  height: 100px;
}
.topmenu .logo{
  width:200px;
  float: left;
  margin-top: 13px;
  margin-left: 20px;
}
.topmenu .menu{
  float: left;
  width: 400px;
  height: 100px;
  line-height: 100px;
}
.topmenu ul li{
  float: left;
  width: 60px;
  text-align: center;
	position: relative;
	display: inline-block;
}
.topmenu .menu a{
  font-size: 16px;
  font-family: "Microsoft YaHei UI Light";
  font-weight: 600;
  color: #FFF;
	text-decoration:none;
}
.topmenu .menu a:hover{
	text-decoration: none;
}
.topmenu .menu ul li:hover div{
	display: block;
	width: 110px;
	z-index: 9;
	margin-left: -25px;
	padding-bottom: 10px;
}
.topmenu .menu .dropMenu {
	width: 100%;
	background-color: #07271A;
	position: absolute;
	top: 100px;
	left: 0;
	display: none;
}
.topmenu .menu .dropMenu p a {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-family: "Microsoft YaHei UI Light";
	font-size: 14px;
	font-weight: 500;
}
.topmenu .menu .dropMenu p a:hover {
	text-decoration:underline;
}
.topmenu .search{
	float: left;
	width: 280px;
	height: 100px;
	line-height: 100px;
}
.topmenu .search fieldset{	
	margin-top: 32px;
	border:0px;
	border-radius: 20px;
	height: 34px;
	line-height: 24px;
	padding-left: 10px;
	width: 240px;
	background-color: #FFF;
	padding-top: 5px;
}
.topmenu .search input:focus{outline: none;}
.topmenu .search fieldset .text{
	float: left;
	width: 190px;
	height: 24px;
	border-width: 0;
	font-size: 14px;
}
input:-webkit-autofill{
	-webkit-box-shadow:0 0 0 1000px white inset !important;
}
.topmenu .search fieldset .btn{
	float: left;
	margin-left: 5px;
	border-width: 0;
	width: 24px;
	height: 24px;
	background-image: url(/images/shicon.png);
	background-color: #FFF;
	cursor:pointer;
}
.topmenu .wx9{
	float: left;
	width: 120px;
	height: 27px;
	margin-top: 36px;
	margin-bottom: 37px;
}
.topmenu .wx9 img{
	margin-left: 10px;
	margin-right: 10px;
}
.topmenu .lang{
	float:right;
	height: 100px;
	line-height: 100px;
	width: 120px;
	text-align: center;
}
.topmenu .lang a{
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 600;
}
input:-webkit-autofill{
	-webkit-box-shadow:0 0 0 1000px white inset !important;
}
.topmenu .search fieldset .btn{
	float: left;
	margin-left: 5px;
	border-width: 0;
	width: 24px;
	height: 24px;
	background-image: url(/images/shicon.png);
	background-color: #FFF;
	cursor:pointer;
}
.topmenu .wx9{
	float: left;
	width: 120px;
	height: 27px;
	margin-top: 36px;
	margin-bottom: 37px;
}
.topmenu .wx9 img{
	margin-left: 10px;
	margin-right: 10px;
}
.topmenu .lang{
	float:right;
	height: 100px;
	line-height: 100px;
	width: 120px;
	text-align: center;
}
.topmenu .lang a{
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 600;
}

.qmNav2{
	height: 560px;
	background-color: white;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #FFF;
	width: 100%;
}
.qmNav2 h2{
	font-size: 26px;
	line-height: 120px;
	color: #082A1C;
	text-align: center;
	font-weight: 600;
}
.qmNav2 .bdtxt{
	width: 500px;
	padding-top: 20px;
	padding-right: 15px;	
}
.qmNav2 .bdtxt h1{
	font-size: 26px;
	font-family: "Microsoft YaHei UI";
	font-weight: 600;
	color: #F98701;
	height: 80px;
	line-height: 40px;
	letter-spacing: 2px;
}
.qmNav2 .bdtxt p{
	font-size: 14px;
	font-family: "Microsoft YaHei UI Light";
	line-height: 24px;
	height: 200px;
	color: #333;
}
.qmNav2 .morebtn{
	margin-right:40px;
}
.qmNav4{
	height: 500px;
	background-color: #FBFBFB;
}
.qmNav4 .tabs {
	height: 500px;
	background-color: #092819;
	width: 200px;
	float:left;
}

.qmNav4 .tabs ul {
	padding-top: 30px;
	}

.qmNav4 .tabs ul li {
	margin:40px 0 40px 70px ;
	height:42px;
	font-size:14px;
	line-height:42px;
	text-align:center;
}
.qmNav4 .tab-nav {
	font-family:"Microsoft YaHei UI Light";
	font-weight: 600;
	color: #FACF81;
	cursor: pointer;
}
.qmNav4 .tab-nav-action {
	font-family: "Microsoft YaHei UI Light";
	font-weight: 600;
	color: #092819;
	border-top-left-radius: 21px;
	border-bottom-left-radius: 21px;
	border-bottom: 0px;
	cursor: pointer;
	background-color: #FBFBFB;
}
.qmNav4 .tabs-body {	
	margin: 0;
	float: left;
	height: 320px;
}
.qmNav4 .tabs-body>div{
	margin: 0;
	padding: 0;
	width: 100%;
}
.qmNav4 .tabs-body ul li{
	width: 100%;
}
.qmNav4 .tabs-body ul li .img{
	float: left;
	height: 130px;
	width: 240px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}
.qmNav4 .tabs-body ul li .img img{
	border-radius: 10px;	
	height: 130px;
	width: 240px;
}

.qmNav4 .tabs-body .txt{
	float: left;
	height: 140px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	width:690px;
}
.qmNav4 .tabs-body .txt h2 a{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #F93;
}
.qmNav4 .tabs-body .txt p{
	font-size:14px;
	line-height:24px;
	word-wrap:break-word;
}
.qmNav4 .tabs-body .txt em{
	font-size: 14px;
	font-style: normal;
	line-height: 40px;
}

.qmNav4 .tabs-body .pic{
	width:330px;
	float:right;
	height:380px;
}
.qmNav4 .tabs-body .pic img{
	width:330px;
	height:380px;
}
.qmNav4 .tabs-body>div .listBox{
	width:980px;
}
.qmNav4 .tabs-body>div .listBox ul{
	padding-left: 15px;	
}
.qmNav4 .tabs-body>div .listBox ul li{
	width: 46%;
	float: left;
	line-height: 40px;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	margin-right: 2%;
	margin-left: 2%;
}
.qmNav4 .tabs-body>div .listBox ul li a{
	font-size: 15px;
}
.qmNav4 .tabs-body>div .listBox ul li span{
	float: right;	
}
.dh{
	width:100%;
	height:600px;
	background-color:#FFF;
}
.dh ul{
	width: 840px;
	float: left;
}
.dh ul li{
	float: left;
	width: 400px;
	margin-right: 20px;
}
.dh ul li img{
	height: 280px;
	width: 400px;
}
.dh>div{
	float: right;
}
.dh>div img{
	height: 580px;
	width: 360px;
}
.zbNav4{
	height: 660px;
	background-color: #FFF;
}
.zbNav4 .tabs {
	height: 145px;
	width: 100%;
}

.zbNav4 .tabs ul {
	float: none;
	margin: 0 auto 0 auto;
	width: 94%;
	padding: 0;
	}

.zbNav4 .tabs ul li {
	float: left;
	line-height: 42px;
	height: 130px;
	font-size: 17px;
	width: 200px;
	margin-right: 11px;
	margin-top: 20px;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px #F5F5F5;
	margin-bottom: 20px;
	margin-left: 11px;
}
.zbNav4 .tab-nav>div {
	height: 80px;
	width: 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 10px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}
.zbNav4 .tab-nav>div img{
	height: 80px;
	width: 80px;
	border-radius:50%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0px;
}
.zbNav4 .tabs .tab-nav h1{
	font-size: 15px;
	line-height: 60px;
	color: #222;
	text-align: center;
	font-weight: 600;
	font-family: "微软雅黑";
}
.zbNav4 .tab-nav-action{
	cursor: pointer;
	background-color: #092819;
}
.zbNav4 .tab-nav-action>div {
	height: 80px;
	width: 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 10px;
	float: none;
	margin-right: auto;
	margin-left: auto;	
}
.zbNav4 .tab-nav-action>div img{
	height: 80px;
	width: 80px;
	border-radius: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px double #76C670;
}
.zbNav4 .tab-nav-action h1{
	font-size: 15px;
	line-height: 60px;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	font-family: "微软雅黑";
}
.zbNav4 .tabs-body {	
	margin: 0;
	float: left;
	width: 100%;
	height: 480px;
	background-color: #FFF;
}
.zbNav4 .tabs-body .imgbox{
	height: 300px;
	width: 96%;
	clear: none;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
}
.zbNav4 .tabs-body .imgbox .pics{
	width:520px;
	float:left;
	height:300px;
}
.zbNav4 .tabs-body .imgbox .pics .pic{
	width:190px;
	height:110px;
	float:left;
}
.zbNav4 .tabs-body .imgbox .pics li{
	width: 100%;
	height:150px;	
}
.zbNav4 .tabs-body .imgbox .pics .pic img{
	width:190px;
	height:110px;
	border-radius:10px;
}
.zbNav4 .tabs-body .imgbox .pics .txt{
	height: 110px;
	float: left;
	margin-left: 20px;
}
.zbNav4 .tabs-body .imgbox .pics .txt h2 a{
	font-size: 15px;
	line-height: 50px;
	font-weight: 600;
	color: #333;	
}
.zbNav4 .tabs-body .imgbox .pics .txt p{
	font-size: 14px;
	line-height: 24px;	
	word-wrap: break-word;
	width: 300px;
}
.zbNav4 .tabs-body .listNav{
	float:left;
	margin-left:20px;
	width:550px;	
}
.zbNav4 .tabs-body .listNav ul li{
	line-height: 40px;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
.zbNav4 .tabs-body .listNav ul li a{
	font-size: 15px;
}
.zbNav4 .tabs-body .listNav ul li span{
	float: right;	
}
.zbNav4 .tabs-body .listBox{
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.zbNav4 .tabs-body .listBox ul li{
	width: 29%;
	float: left;
	line-height: 40px;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	margin-right: 2%;
	margin-left: 2%;
}
.zbNav4 .tabs-body .listBox ul li a{
	font-size: 15px;
}
.zbNav4 .tabs-body .listBox ul li span{
	float: right;	
}
.vdNav{
	width:100%;
	height:920px;
	background-color:#FFF;
}
.vdNav h1{
	font-size: 25px;
	line-height: 100px;
	color: #092819;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
}
.vdNav .txtList{
	float: left;
	width: 680px;	
}
.vdNav .txtList ul{
	clear: both;
	width: 80%;
	margin-right: auto;
	margin-left: auto;	
}
.vdNav .txtList ul li{
	height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin-top: 20px;
	margin-bottom: 20px;
}
.vdNav .txtList ul li .tim{
	width: 80px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E1E1;	
}
.vdNav .txtList ul li .tim h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	color: #666;
}
.vdNav .txtList ul li .tim h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.vdNav .txtList ul li .txt a{
	float: left;
	margin-left: 15px;
	font-size: 16px;
	line-height: 70px;
	color: #666;
}
.vdNav .vdimg{
	float: left;
	width: 580px;	
	margin-top:20px;
	margin-left: 10px;
	height: auto;
}
.vdNav .vdimg .vlink{
	background-color: #CACACA;
	height: 35px;
	width: 100%;
	margin-top: 10px;
}
.vdNav .vdimg .vlink span a{
	text-decoration: none;
	background-color: #4A4A4A;
	line-height: 35px;
	display: block;
	height: 35px;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: 600;
	float: left;
}
.vdNav .vdimg .vlink a{
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 35px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	height: 36px;
}
.vdNav .vdimg .vlink a:hover{
	text-decoration: underline;
}
.vdNav .vdList{
	float: right;
	width:580px;
	margin-top:20px;
	margin-right: 10px;
	height: auto;
}
.vdNav .vdList .vlink{
	background-color: #CACACA;
	height: 35px;
	width: 100%;
	margin-top: 10px;
}
.vdNav .vdList .vlink span a{
	text-decoration: none;
	background-color: #4A4A4A;
	line-height: 35px;
	display: block;
	height: 35px;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: 600;
	float: left;
}
.vdNav .vdList .vlink a{
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 35px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	height: 36px;
}
.vdNav .vdList .vlink a:hover{
	text-decoration: underline;
}
.vdNav  ul{
	margin-top: 10px;	
}
.vdNav ul li{
	line-height: 52px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	padding: 0 5px;
}
.vdNav ul li a{
	font-size: 16px;
	padding-left: 4px;
	font-weight: 500;		
}
.vdNav ul li span{
	font-size: 12px;
	float: right;	
}
.vdNav .sortList{
	width:100%;
	float:left;
	height:220px;
}
.vdNav .sortList ul{
	width: 860px;
	float: left;
	margin-left: 10px;
}
.vdNav .sortList ul li{
	float: left;
	height: 35px;
	width: 50%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-left-color: #E1E1E1;
	border-bottom-width: 0px;
	font-size: 14px;
	line-height: 35px;
	text-align: left;
}
.vdNav .sortList ul li a{
	font-size: 14px;
}
.vdNav .sortList .lr{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E1E1;	
}
.vdNav .sortList .lb{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;	
}
.vdNav .sortList .pic{
	float: right;
	width:300px;
	margin-right: 10px;
	margin-top: 10px;	
}
.vdNav .sortList .pic img{
	margin-bottom: 15px;
}
.mapNav{
	height: 650px;
	width: 100%;
	background-color: #FFF;
}
.mapNav h1{
	font-size: 25px;
	line-height: 100px;
	color: #092819;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
}
.mapNav p{
	font-size: 16px;
	line-height: 40px;
	color: #666;
	text-align: center;	
}
.mapNav .pic{
	text-align: center;
	margin-top: 20px;
}
.lifeNav{
	width:100%;
	height:840px;
	background-color:#FFF;
}
.lifeNav .lifeTxt{
	width: 100%;
	height: 520px;
	background-image: url(/images/in07.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
	padding-top: 100px;
}
.lifeNav .lifeTxt .bg{
	float: none;
	width: 800px;	
	margin-right: auto;
	margin-left: auto;	
	height: 320px;
	background-color:rgba(21, 14, 121, 0.4)
}
.lifeNav .lifeTxt .bg h1{
	padding-top: 50px;
	text-align: center;
}
.lifeNav .lifeTxt .bg h1 a{
	color: white;
	font-size: 26px;
	font-weight: 600;
	font-family: "Microsoft YaHei UI";
	line-height: 40px;
}
.lifeNav .lifeTxt .bg h2{
	color: white;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 40px;
}
.lifeNav .lifeTxt .bg p{
	color: white;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 26px;
}
.lifeNav ul{
	width: 94%;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.lifeNav ul li{
	float: left;
	width: 205px;
	height: 275px;
	padding-top: 155px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.lifeNav ul li .box1{	
	width: 175px;
	height: 95px;
	margin: 0 auto;
	border:solid 5px #FFF ;
	padding: 5px;
	background-repeat: no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lifeNav ul li .box1>div{
	background-color: white;
	height: 75px;
	padding: 5px 15px;
	background-repeat: no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lifeNav ul li .box1 h1{
	color: #333333;
	text-align: center;
	font-size: 15px;
	line-height: 35px;
	font-weight: 600;
}
.lifeNav ul li .box1 h2{
	border-top: solid 1px #333333;
	text-align: center;
	line-height: 30px;
}
.lifeNav ul li .box1 h2 a{
	color: #333333;	
	font-size: 13px;	
}
.mjNav{
	width: 100%;
	height: 500px;
	background-color: rgb(255, 255, 255);
}
.mjNav h1{
	font-family:"Microsoft YaHei UI";
	font-size: 24px;
	color: #092819;
	line-height: 80px;
	text-align: left;
	font-weight: 600;
	padding-left: 100px;
	letter-spacing: 1px;
}
.mjNav h1 span{
	font-size: 16px;
	font-family: "Microsoft YaHei UI";
}
.mjNav .tabs{
	width: 320px;
	float: right;
}
.mjNav .tabs ul li {	
	height: 80px;
	width: 125px;
	border-bottom: solid 2px rgb(240, 240, 240);
}
.mjNav .tab-nav>div {
	height: 45px;
	width: 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 17px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}
.mjNav .tab-nav>div img{
	height: 45px;
	width: 45px;
	border-radius:50%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0px;
}
.mjNav .tab-nav-action{
	cursor: pointer;
	background-color: rgb(240, 240, 240);
	border-right: solid 2px #b60110;
}
.mjNav .tab-nav-action>div {
	height: 55px;
	width: 55px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 12px;
	float: none;
	margin-right: auto;
	margin-left: auto;	
}
.mjNav .tab-nav-action>div img{
	height: 55px;
	width: 55px;
	border-radius: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px double #b60110;
}
.mjNav .tabs-body{
	width: 850px;
	float: left;
	height: 350px;
}
.mjNav .tabs-body>div{
	float:right;
	width: 700px;
	height: 300px;
	background-color: #fff;
	box-shadow:-2px 0px 5px 1px #F1F1F1,0px -2px 5px 1px #F1F1F1,2px 0px 5px 1px #F1F1F1,0px 2px 5px 1px #F1F1F1;
	border-radius: 5px;
}
.mjNav .tabs-body .img{
	width: 200px;
	height: 200px;
	margin-top: 50px;
	margin-left: 10px;
	float: left;
}
.mjNav .tabs-body .img img{
	height: 200px;
	width: 200px;
	border-radius:50%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0px;
}
.mjNav .tabs-body .txt{
	width: 440px;
	float: left;
	margin-left: 20px;
	margin-top: 85px;	
}
.mjNav .tabs-body .txt h4{
	font-size: 28px;
	color: #333;
	font-weight: 600;
}
.mjNav .tabs-body .txt em{
	line-height: 40px;
}
.mjNav .tabs-body .txt em a{
	font-size: 14px;
	color: #333;
	font-style: normal;
}
.mjNav .tabs-body .txt p{
	margin-top: 20px;
	word-wrap:break-word;
	line-height: 22px;
	font-size: 14px;
	color: #aaa;
	font-family:"Microsoft YaHei UI" ;
}

.morebtn{
	min-width: 160px;
	width: 160px;
	border-radius: 20px;
	height: 38px;
	line-height: 38px;
	background-color: #092819;
	text-align: center;
	color: #DEAD61;
	font-size: 16px;
	margin-top: 20px;
}
.morebtn a{
	color: #DEAD61;
	font-size: 16px;
	margin-top: 20px;
}

.slides{width: 1200px;height:420px;overflow:hidden;position:relative;z-index:1; background-color:#FFF}
.slides ul li{width: 1200px;height:500px;}
.slides ul li a{
	width: 100%;
	height: 100%;
	display: block;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding-top: 330px;
	padding-left: 50px;
	border-radius:2px; text-shadow:3px 2px 2px #666; box-shadow:3px 2px 2px #666;
}
.slides ul li a:hover{
	text-decoration: underline;
}
.slides .rslides_tabs {

    /*width: 198px;*/
    height: 12px;
    /*margin-left: -99px;*/
    position: absolute;
    /*left: 50%;*/
     right:46%;
    top: 370px;
    z-index: 2;
    overflow:hidden;
}

.slides .rslides_tabs li {
    width: 12px;
    height: 12px;
    overflow:hidden;
    float: left;
    display: inline;
    margin-right: 8px;
    cursor: pointer;
    background:#dddddd; border-radius:12px;
}

.slides .rslides_tabs li.rslides_here {
    background:#a10000;
}

.slides .rslides_tabs a {
    display: block;
    width: 12px;
    height: 12px;
    line-height: 0px;
     overflow:hidden;
    font-size: 0;
}

.slides .prev, .slides .next {
	cursor: pointer;
	height: 60px;
	width: 28px;
	z-index: 2;
	text-indent: -9999px;
	display: inline-block;
}
.slides .prev {
	background: url(/images/focus_lr.png) no-repeat scroll 0px 0px;
	left: 10px;
	position: absolute;
	top: 180px;
}
.slides .prev:hover {
	background: url(/images/focus_lr.png) no-repeat scroll 0px -61px;
}
.slides .next {
	background: url(/images/focus_lr.png) no-repeat scroll -52px 0px;
	position: absolute;
	right: 10px;
	top: 180px;
}
.slides .next:hover {
	background: url(/images/focus_lr.png) no-repeat scroll -52px -61px;
}

.bottom{
	width:100%;
	height:auto;
	background-color:white;
}
.bottom .txt3{
	padding-top: 60px;
	width: 1020px;
	margin: 30px auto;
	border-top: 2px dashed  #666;
}
.bottom .txt3 h2{
	padding-top: 20px;
	font-size: 24px;
	font-family: "Microsoft YaHei UI Light";
	font-weight: 600;
	color: #0A281B;	
	line-height: 80px;
	text-align: center;
	
}
.bottom .txt3 h2 span{
	border-bottom: 2px solid #0A281B;
	padding-bottom: 5px;
	text-align:center;	
}
.bottom .txt3 .log1{
	text-align: center;
}
.bottom .txt3 ul{
	padding-top: 50px;
}
.bottom .txt3 ul li{
	float: left;
	width: 96px;
	height: 96px;
	margin: 15px;
}
.bottom .txt3 ul li img{
	width: 96px;
	height: 96px;
	border-radius: 15px;
}
.footer{
	width: 100%;
	height: 720px;
	background-color: #092819;
	background-image: url(/images/ls9.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.footer .link1{
	width: 100%;
	height: 400px;
}
.footer .link1 h2{
	padding-top: 10px;
	font-size: 24px;
	font-family: "Microsoft YaHei UI Light";
	font-weight: 600;
	color: #0A281B;	
	line-height: 80px;
	text-align: center;
	letter-spacing: 10px;
	
}
.footer .link1 ul{
	width: 1020px;
	height: 140px;
	margin: 10px auto 30px auto;
}
.footer .link1 ul li{
	float: left;
    width: 125px;
    height: 60px;
    margin: 10px 10px;
}
.footer .link1 ul li img{
	width: 125px;
	height: 60px;
	border-radius: 10px;
}
.footer .link1 dl{
	width: 1020px;
	margin: 20px auto;
	color: #0A281B;
	font-size: 22px;	
	font-family: "Microsoft YaHei UI Light";
}
.footer .link1 dl dt{
	float: left;
	font-weight: 600;
}
.footer .link1 dl dd{
	float: left;
	
}
.footer .link1 dl dd a{
	margin: 0 20px;
	font-size: 20px;	
	font-family: "Microsoft YaHei UI Light";
	background-color: white;
	font-weight: 600;
	padding: 3px 12px;
	border-radius: 10px;	
}
.footer .foot .log{
	margin-left: 150px;
	width: 235px;
	height: 210px;
	background-image: url(/images/logom4.png);	
	background-repeat: no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.footer .foot .menu {
	width: 780px;
	height: 70px;
	line-height: 70px;
	text-align: left;
	margin-top: 50px;
	color: white;
	font-size: 14px;
	font-family: "Microsoft YaHei UI";
	letter-spacing: 1px;
}
.footer .foot .menu a{
	color: white;
	font-size: 14px;
	font-family: "Microsoft YaHei UI";
	letter-spacing: 1px;
}
.footer .foot .menu a:hover{
	color: #BBD7CB;
}
.footer .foot ul{
	width: 780px;
}
.footer .foot ul li{
	font-size: 14px;
	color: white;
	height: 24px;
	line-height: 24px;
	font-family: "Microsoft YaHei UI";
	letter-spacing: 1px;
}
.footer .foot ul li a{
	font-size: 14px;
	color: white;
}
.footer .foot ul li a:hover{
	color: #BBD7CB;
}
